GtkPlacesView: check for network:// URI support before using it
authorРуслан Ижбулатов <lrn1986@gmail.com>
Sun, 1 May 2016 19:00:25 +0000 (19:00 +0000)
committerРуслан Ижбулатов <lrn1986@gmail.com>
Sun, 1 May 2016 19:04:18 +0000 (19:04 +0000)
commitbab628beb23f74e8035878e0c4cc54309b2a7995
treef70d11c140898ea6404e313fb987fd90cdf146ab
parentcb6b5e4017c9b2d420ac71ba287c3fa16a16e509
GtkPlacesView: check for network:// URI support before using it

Specifically, this URI is not supported on Windows, but GFile will
do its "best" and turn it into GLocalFile("$pwd/network"), with
spectacularly bad results.

https://bugzilla.gnome.org/show_bug.cgi?id=765858
gtk/gtkplacesview.c